PHY GET TRIGGER ACTION

Determine the action of a trigger event.

  Syntax
Return Integer=PHY GET TRIGGER ACTION()
  Returns

a value of 0 indicates an object entered the trigger while a value of 1 indicates an object left the trigger zone

  Description

When an event takes place with a trigger certain data is stored to one side. This can be accessed by checking phy get trigger data and if this command returns true then you can proceed to extract the data using commands such as phy get trigger action. This command will return the type of event that took place with a trigger object.

  Example Code
No example code is provided for this command